home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-12-16 | 3.5 KB | 132 lines | [TEXT/????] |
- #
- # Makefile for gdbm on the Macintosh.
- #
-
- OURLIBS = alloca.c.o ∂
- getopt.c.o
-
- LIBS = {CLibraries}GUSI_F.o ∂
- {CLibraries}StdCLib.o ∂
- {Libraries}Runtime.o ∂
- {Libraries}Interface.o ∂
- {Libraries}ToolLibs.o ∂
- alloca.c.o ∂
- getopt.c.o
-
- DBM_CF = dbminit.c delete.c fetch.c store.c seq.c
-
- NDBM_CF = dbmopen.c dbmdelete.c dbmfetch.c dbmstore.c dbmseq.c ∂
- dbmclose.c dbmdirfno.c dbmpagfno.c
-
- GDBM_CF = gdbmopen.c gdbmdelete.c gdbmfetch.c gdbmstore.c gdbmclose.c ∂
- gdbmreorg.c gdbmseq.c ∂
- bucket.c falloc.c findkey.c global.c hash.c update.c version.c
-
- HFILES = gdbmdefs.h extern.h gdbmerrno.h systems.h dbm.h ndbm.h gdbmconst.h
-
- MSCFILES = COPYING ChangeLog Makefile README README.MAC gdbm.proto conv2gdbm.c
-
- TESTFILES = testdbm.c testndbm.c testgdbm.c
-
-
- DBM_OF = dbminit.c.o delete.c.o fetch.c.o store.c.o seq.c.o
-
- NDBM_OF = dbmopen.c.o dbmdelete.c.o dbmfetch.c.o dbmstore.c.o dbmseq.c.o ∂
- dbmclose.c.o dbmdirfno.c.o dbmpagfno.c.o
-
- GDBM_OF = gdbmopen.c.o gdbmdelete.c.o gdbmfetch.c.o gdbmstore.c.o gdbmclose.c.o ∂
- gdbmreorg.c.o gdbmseq.c.o ∂
- bucket.c.o falloc.c.o findkey.c.o global.c.o hash.c.o update.c.o version.c.o
-
- allƒ allgdbm alldbm
-
- alldbmƒ tdbm tndbm
-
- allgdbmƒ gdbm.o testgdbm testdbm testndbm
-
- gdbm.oƒ {DBM_OF} {NDBM_OF} {GDBM_OF} gdbm.h
- Lib -sym on -o gdbm.o {DBM_OF} {NDBM_OF} {GDBM_OF}
-
- gdbm.hƒ gdbm.proto gdbmerrno.h
- duplicate -y gdbm.proto gdbm.h
- perl -ne 'print if (/_/);' gdbmerrno.h >> gdbm.h
-
- testgdbmƒ testgdbm.c.o gdbm.o {OURLIBS}
- Link -t MPST -c 'MPS ' -o testgdbm testgdbm.c.o gdbm.o {LIBS}
-
- testdbmƒ testdbm.c.o gdbm.o {OURLIBS}
- Link -t MPST -c 'MPS ' -o testdbm testdbm.c.o gdbm.o {LIBS}
-
- tdbmƒ testdbm.c.o gdbm.o {OURLIBS}
- Link -t MPST -c 'MPS ' -o tdbm testdbm.c.o gdbm.o {LIBS}
-
- testndbm.c.oƒ testndbm.c
- C -DGNU testndbm.c
-
- testndbmƒ testndbm.c.o gdbm.o {OURLIBS}
- Link -t MPST -c 'MPS ' -o testndbm testndbm.c.o gdbm.o {LIBS}
-
- tndbm.c.oƒ testndbm.c
- Duplicate -y testndbm.c tndbm.c
- C {COptions} tndbm.c
- Delete -y tndbm.c
-
- tndbmƒ tndbm.c.o gdbm.o {OURLIBS}
- Link -t MPST -c 'MPS ' -o tndbm tndbm.c.o gdbm.o {LIBS}
-
- cleanƒ
- delete -y {DBM_OF} {NDBM_OF} {GDBM_OF} gdbm.h gdbm.o ∂
- testdbm testndbm testgdbm testdbm.c.o testndbm.c.o testgdbm.c.o ∂
- tdbm tndbm tndbm.c.o tndbm.c conv2gdbm conv2gdbm.c.o
-
- installƒ gdbm.o gdbm.h
- Duplicate -y gdbm.o {CLibraries}
- Duplicate -y gdbm.h {CIncludes}
-
- distƒ
-
- # dbm files
- dbminit.c.o ƒ gdbmdefs.h extern.h gdbmerrno.h
- delete.c.o ƒ gdbmdefs.h extern.h
- fetch.c.o ƒ gdbmdefs.h extern.h
- store.c.o ƒ gdbmdefs.h extern.h
- seq.c.o ƒ gdbmdefs.h extern.h
-
- # ndbm files
- dbmopen.c.o ƒ gdbmdefs.h extern.h gdbmerrno.h
- dbmdelete.c.o ƒ gdbmdefs.h extern.h
- dbmfetch.c.o ƒ gdbmdefs.h extern.h
- dbmstore.c.o ƒ gdbmdefs.h extern.h
- dbmseq.c.o ƒ gdbmdefs.h extern.h
- dbmclose.c.o ƒ gdbmdefs.h systems.h
- dbmpagfno.c.o ƒ gdbmdefs.h extern.h
- dbmdirfno.c.o ƒ gdbmdefs.h extern.h
-
-
- # gdbm files
- gdbmclose.c.o ƒ gdbmdefs.h
- gdbmdelete.c.o ƒ gdbmdefs.h gdbmerrno.h
- gdbmfetch.c.o ƒ gdbmdefs.h gdbmerrno.h
- gdbmopen.c.o ƒ gdbmdefs.h gdbmerrno.h
- gdbmreorg.c.o ƒ gdbmdefs.h gdbmerrno.h extern.h
- gdbmseq.c.o ƒ gdbmdefs.h
- gdbmstore.c.o ƒ gdbmdefs.h gdbmerrno.h
-
- # gdbm support files
- bucket.c.o ƒ gdbmdefs.h
- falloc.c.o ƒ gdbmdefs.h
- findkey.c.o ƒ gdbmdefs.h
- global.c.o ƒ gdbmdefs.h gdbmerrno.h
- hash.c.o ƒ gdbmdefs.h
- update.c.o ƒ gdbmdefs.h
- version.c.o ƒ
- extern.h ƒ
- gdbmdefs.h ƒ gdbmconst.h systems.h
- setfile -m . gdbmdefs.h
-
- # other programs
- testgdbm.c.o ƒ gdbmdefs.h extern.h gdbmerrno.h systems.h
- testdbm.c.o ƒ
- testndbm.c.o ƒ ndbm.h
- tdbm.c.o ƒ
-